home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / jpegaga2.lha / jpegAGAsrc / ppm2aga / libpgm.h < prev    next >
C/C++ Source or Header  |  1993-12-24  |  276b  |  12 lines

  1. /* libpgm.h - internal header file for libpgm portable graymap library
  2. */
  3.  
  4. #ifndef _LIBPGM_H_
  5. #define _LIBPGM_H_
  6.  
  7. /* Here are some routines internal to the pgm library. */
  8.  
  9. void pgm_readpgminitrest ( FILE* file, int* colsP, int* rowsP, gray* maxvalP );
  10.  
  11. #endif /*_LIBPGM_H_*/
  12.